home *** CD-ROM | disk | FTP | other *** search
/ Champak 109 / Vol 109.iso / games / javelin.swf / scripts / DefineSprite_186_nrat / frame_66 / DoAction.as < prev   
Text File  |  2008-11-12  |  241b  |  15 lines

  1. if(_root.state == 1)
  2. {
  3.    if(this.body_run._visible == false)
  4.    {
  5.       this.body_run._visible = true;
  6.    }
  7. }
  8. else if(_root.state == 2)
  9. {
  10.    if(this.body_brs._visible == false)
  11.    {
  12.       this.body_brs._visible = true;
  13.    }
  14. }
  15.